GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-19T12:05:25.4750609+00:00",
"SubmitDate": "2026-04-19T12:05:25.4750609+00:00",
"ReportPeriodStart": "2026-04-19T12:05:25.4750609+00:00",
"ReportPeriodEnd": "2026-04-19T12:05:25.4750609+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1d68dc99-0f7b-4ef1-b3b2-3ef69a1ea6ae",
"Rows": [
{
"ItemId": "1c83bdbd-3b84-4389-935f-03087df2f800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1c83bdbd-3b84-4389-935f-03087df2f800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1d68dc99-0f7b-4ef1-b3b2-3ef69a1ea6ae",
"Rows": [
{
"ItemId": "1c83bdbd-3b84-4389-935f-03087df2f800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1c83bdbd-3b84-4389-935f-03087df2f800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cb8488ee-6491-469f-bda1-8beedcef3b14",
"c4a5ee62-2798-4a25-863c-0f93c2db31a5"
],
"Approvers": [
"520a5afd-8520-4930-91ae-f26a4700a811",
"d9b8aed8-527e-4d86-be41-6a0b7c43aff5"
],
"ApprovedBy": "2a035584-a4fe-4d7c-8d2c-e6f2483b98f3",
"ApprovalDate": "2026-04-19T12:05:25.4750609+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6bcfcb62-af9e-47cf-b944-0edf3761f376",
"id": "95bfc0bc-62a4-47f3-9312-027a48353125",
"ConfigId": "18dfb16f-b3b5-41b2-8f24-e3c7413e144c"
},
{
"GenerationDate": "2026-04-19T12:05:25.4750609+00:00",
"SubmitDate": "2026-04-19T12:05:25.4750609+00:00",
"ReportPeriodStart": "2026-04-19T12:05:25.4750609+00:00",
"ReportPeriodEnd": "2026-04-19T12:05:25.4750609+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1d68dc99-0f7b-4ef1-b3b2-3ef69a1ea6ae",
"Rows": [
{
"ItemId": "1c83bdbd-3b84-4389-935f-03087df2f800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1c83bdbd-3b84-4389-935f-03087df2f800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1d68dc99-0f7b-4ef1-b3b2-3ef69a1ea6ae",
"Rows": [
{
"ItemId": "1c83bdbd-3b84-4389-935f-03087df2f800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1c83bdbd-3b84-4389-935f-03087df2f800",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cb8488ee-6491-469f-bda1-8beedcef3b14",
"c4a5ee62-2798-4a25-863c-0f93c2db31a5"
],
"Approvers": [
"520a5afd-8520-4930-91ae-f26a4700a811",
"d9b8aed8-527e-4d86-be41-6a0b7c43aff5"
],
"ApprovedBy": "2a035584-a4fe-4d7c-8d2c-e6f2483b98f3",
"ApprovalDate": "2026-04-19T12:05:25.4750609+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6bcfcb62-af9e-47cf-b944-0edf3761f376",
"id": "95bfc0bc-62a4-47f3-9312-027a48353125",
"ConfigId": "18dfb16f-b3b5-41b2-8f24-e3c7413e144c"
}
]